home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7053 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  784 b 

  1. Path: news.sprintlink.net!rockyd!cmcl2!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c++
  4. Subject: Re: on OO differnces between Ada95 and C++
  5. Date: 21 Feb 1996 07:32:18 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.824905880@schonberg>
  8. References: <4gbq7q$g08@qualcomm.com> <3129F185.41C6@Rational.COM>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. In Jerome's list, the two entries:
  13.  
  14. - .C files may be compiled in any order
  15.  
  16. - .h files are not compiled
  17.  
  18.  
  19. As GNAT shows, there is no need to have a specific order of compilation
  20. for Ada files, and GNAT does not require specs to be explicitly copiled
  21. (although it permits it, which is the way I would state the advantage).
  22.  
  23.